home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 December / PCWorld_2006-12_cd.bin / zabezpeceni / outpost / OutpostProInstall.exe / {app} / Help / ofp_de.chm / agnitum.css < prev    next >
Cascading Style Sheet File  |  2006-10-03  |  3KB  |  115 lines

  1. /*******************************************/
  2. /**** STYLE SHEET FOR AGNITUM HELP FILES ****/
  3. /*******************************************/
  4. BODY { 
  5.      font-family: "Verdana", "Arial", "Helvetica", "Sans", "Serif";
  6.      font-size: 70.0%;
  7.      background-color: white;
  8.      color: black;
  9.      margin-left: 20.0;
  10.      margin-top: 0.0;
  11.      }
  12.  
  13. P    { 
  14.      font-size: 100.0%; 
  15.      margin-top: 0.0; 
  16.      margin-bottom: 6.0pt; 
  17.      }
  18.  
  19. P.note    { 
  20.           font-weight: bold; 
  21.           clear: both;
  22.           margin-top: 1em; 
  23.           margin-bottom: .25em; 
  24.           }    
  25.  
  26. P.notetext { margin-left: 1em; margin-bottom: 0.2em; }
  27.  
  28. /**************** HTML hyperlinks ***************************/
  29. A:link    { color: blue;}
  30. A:active  { color: #FF33CC;}
  31. A:visited { color: purple;}
  32. A:hover   { color: red;}
  33.  
  34. /**************** Headers ***************************/
  35. H1   {
  36.      font-size: 145.0%; 
  37.      letter-spacing: 0.05em;
  38.      line-height: 125.0%; 
  39.      margin-bottom: .5em; 
  40.      }
  41.  
  42. H2   { 
  43.      font-size: 115.0%;
  44.      letter-spacing: 0.05em; 
  45.      margin-top: 1.5em; 
  46.      margin-bottom: 0.5em; 
  47.      }
  48.  
  49. H3   { 
  50.      font-size: 100.0%; 
  51.      letter-spacing: 0.05em;
  52.      margin-left: 1.0em; 
  53.      margin-top: 1.2em; 
  54.      margin-bottom: 0.5em; 
  55.      }
  56.  
  57. H4   { 
  58.      font-size: 90.0%; 
  59.      letter-spacing: 0.05em;
  60.      margin-left: 2.0em; 
  61.      margin-top: 1.2em; 
  62.      margin-bottom: 0.4em; 
  63.      }
  64.  
  65. /**************** Lists ***************************/
  66. DL DD { margin-left: 3.0em;}
  67. UL { margin-left: 3.0em; margin-top: 0.4em; }
  68. UL.note { margin-left: 2.25em; margin-bottom: 0.2em; }
  69. /**************** Tables ***************************/
  70. TABLE { 
  71.       font-size: 100.0%;
  72.       text-align: left;
  73.       margin-top: 0.5em;
  74.       margin-bottom: 0.5em;
  75.       }
  76.  
  77. TH    {
  78.       background-color: #DDDDDD;
  79.       text-align: left;
  80.       vertical-align: top;
  81.       margin: 0.5em;
  82.       }
  83.  
  84. TR    {
  85.       vertical-align: top;
  86.       margin: 0.5em;
  87.       }
  88.  
  89. TD    { 
  90.       vertical-align: top;
  91.       margin: 0.5em;
  92.       background: #eeeeee;
  93.       }
  94.  
  95. /**************** Agnitum Logos ***************************/
  96. .abar { 
  97.            margin-left: -20.0;
  98.            margin-top: 0.0;
  99.            position: relative;
  100.            }
  101.  
  102. /**************** Expand/Collapse ***************************/
  103. p.expand {
  104.     font-weight: bold;
  105.     margin-top: 1em;
  106.         margin-bottom: 0.6em; 
  107.         margin-left: 0.5em; 
  108.         margin-right: 0.5em;
  109.         }
  110.  
  111. div.expandable { 
  112.            margin-left: 2em; 
  113.            margin-right: 1.5em;
  114.            margin-bottom: 1em; 
  115.            }